home *** CD-ROM | disk | FTP | other *** search
/ Aminet 33 / Aminet 33 - October 1999.iso / Aminet / text / misc / mpage.lha / mpage / encoding.h < prev    next >
Encoding:
Text File  |  1999-07-25  |  4.4 KB  |  267 lines

  1. /*
  2.  * encoding.h
  3.  *
  4.  * %%%% ISO-Latin.1 encoding plus Standaard plus other postscript
  5.  *      encodings in the undefined entries
  6.  *      26 255 % first and last encoding
  7.  */
  8.  
  9. /*
  10.  * mpage:       A program to reduce pages of print so that several pages
  11.  *              of output appear on one sheet of paper.
  12.  *
  13.  * Written by:
  14.  *   ...!uunet!\                       Mark Hahn, Sr Systems Engineer
  15.  *              >pyrdc!mark            Pyramid Technology Corporation
  16.  * ...!pyramid!/                       Vienna, Va    (703)848-2050
  17.  *
  18.  *
  19.  * Copyright (c) 1988 Mark P. Hahn, Herndon, Virginia
  20.  * Copyright (c) 1994-1997 Marcel J.E. Mol, The Netherlands
  21.  *                    marcel@mesa.nl
  22.  *  
  23.  *     Permission is granted to anyone to make or distribute verbatim
  24.  *     copies of this document as received, in any medium, provided
  25.  *     that this copyright notice is preserved, and that the
  26.  *     distributor grants the recipient permission for further
  27.  *     redistribution as permitted by this notice.
  28.  *
  29.  */
  30.  
  31. int encoding_table_first = 26;
  32. int encoding_table_last = 255;
  33.  
  34. char encoding_table[][40] = {
  35. "026 /Scaron",
  36. "027 /Ydieresis",
  37. "028 /Zcaron",
  38. "029 /scaron",
  39. "030 /trademark",
  40. "031 /zcaron",
  41. "032 /space",
  42. "033 /exclam",
  43. "034 /quotedbl",
  44. "035 /numbersign",
  45. "036 /dollar",
  46. "037 /percent",
  47. "038 /ampersand",
  48. "039 /quoteright",
  49. "040 /parenleft",
  50. "041 /parenright",
  51. "042 /asterisk",
  52. "043 /plus",
  53. "044 /comma",
  54. "045 /minus",
  55. "046 /period",
  56. "047 /slash",
  57. "048 /zero",
  58. "049 /one",
  59. "050 /two",
  60. "051 /three",
  61. "052 /four",
  62. "053 /five",
  63. "054 /six",
  64. "055 /seven",
  65. "056 /eight",
  66. "057 /nine",
  67. "058 /colon",
  68. "059 /semicolon",
  69. "060 /less",
  70. "061 /equal",
  71. "062 /greater",
  72. "063 /question",
  73. "064 /at",
  74. "065 /A",
  75. "066 /B",
  76. "067 /C",
  77. "068 /D",
  78. "069 /E",
  79. "070 /F",
  80. "071 /G",
  81. "072 /H",
  82. "073 /I",
  83. "074 /J",
  84. "075 /K",
  85. "076 /L",
  86. "077 /M",
  87. "078 /N",
  88. "079 /O",
  89. "080 /P",
  90. "081 /Q",
  91. "082 /R",
  92. "083 /S",
  93. "084 /T",
  94. "085 /U",
  95. "086 /V",
  96. "087 /W",
  97. "088 /X",
  98. "089 /Y",
  99. "090 /Z",
  100. "091 /bracketleft",
  101. "092 /backslash",
  102. "093 /bracketright",
  103. "094 /asciicircum",
  104. "095 /underscore",
  105. "096 /quoteleft",
  106. "097 /a",
  107. "098 /b",
  108. "099 /c",
  109. "100 /d",
  110. "101 /e",
  111. "102 /f",
  112. "103 /g",
  113. "104 /h",
  114. "105 /i",
  115. "106 /j",
  116. "107 /k",
  117. "108 /l",
  118. "109 /m",
  119. "110 /n",
  120. "111 /o",
  121. "112 /p",
  122. "113 /q",
  123. "114 /r",
  124. "115 /s",
  125. "116 /t",
  126. "117 /u",
  127. "118 /v",
  128. "119 /w",
  129. "120 /x",
  130. "121 /y",
  131. "122 /z",
  132. "123 /braceleft",
  133. "124 /bar",
  134. "125 /braceright",
  135. "126 /asciitilde",
  136. "127 /.notdef",
  137. "128 /fraction",
  138. "129 /florin",
  139. "130 /quotesingle",
  140. "131 /quotedblleft",
  141. "132 /guilsinglleft",
  142. "133 /guilsinglright",
  143. "134 /fi",
  144. "135 /fl",
  145. "136 /endash",
  146. "137 /dagger",
  147. "138 /daggerdbl",
  148. "139 /bullet",
  149. "140 /quotesinglbase",
  150. "141 /quotedblbase",
  151. "142 /quotedblright",
  152. "143 /ellipsis",
  153. "144 /dotlessi",
  154. "145 /grave",
  155. "146 /acute",
  156. "147 /circumflex",
  157. "148 /tilde",
  158. "149 /oe",
  159. "150 /breve",
  160. "151 /dotaccent",
  161. "152 /perthousand",
  162. "153 /emdash",
  163. "154 /ring",
  164. "155 /Lslash",
  165. "156 /OE",
  166. "157 /hungarumlaut",
  167. "158 /ogonek",
  168. "159 /caron",
  169. "160 /lslash",
  170. "161 /exclamdown",
  171. "162 /cent",
  172. "163 /sterling",
  173. "164 /currency",
  174. "165 /yen",
  175. "166 /brokenbar",
  176. "167 /section",
  177. "168 /dieresis",
  178. "169 /copyright",
  179. "170 /ordfeminine",
  180. "171 /guillemotleft",
  181. "172 /logicalnot",
  182. "173 /hyphen",
  183. "174 /registered",
  184. "175 /macron",
  185. "176 /degree",
  186. "177 /plusminus",
  187. "178 /twosuperior",
  188. "179 /threesuperior",
  189. "180 /acute",
  190. "181 /mu",
  191. "182 /paragraph",
  192. "183 /periodcentered",
  193. "184 /cedilla",
  194. "185 /onesuperior",
  195. "186 /ordmasculine",
  196. "187 /guillemotright",
  197. "188 /onequarter",
  198. "189 /onehalf",
  199. "190 /threequarters",
  200. "191 /questiondown",
  201. "192 /Agrave",
  202. "193 /Aacute",
  203. "194 /Acircumflex",
  204. "195 /Atilde",
  205. "196 /Adieresis",
  206. "197 /Aring",
  207. "198 /AE",
  208. "199 /Ccedilla",
  209. "200 /Egrave",
  210. "201 /Eacute",
  211. "202 /Ecircumflex",
  212. "203 /Edieresis",
  213. "204 /Igrave",
  214. "205 /Iacute",
  215. "206 /Icircumflex",
  216. "207 /Idieresis",
  217. "208 /Eth",
  218. "209 /Ntilde",
  219. "210 /Ograve",
  220. "211 /Oacute",
  221. "212 /Ocircumflex",
  222. "213 /Otilde",
  223. "214 /Odieresis",
  224. "215 /multiply",
  225. "216 /Oslash",
  226. "217 /Ugrave",
  227. "218 /Uacute",
  228. "219 /Ucircumflex",
  229. "220 /Udieresis",
  230. "221 /Yacute",
  231. "222 /Thorn",
  232. "223 /germandbls",
  233. "224 /agrave",
  234. "225 /aacute",
  235. "226 /acircumflex",
  236. "227 /atilde",
  237. "228 /adieresis",
  238. "229 /aring",
  239. "230 /ae",
  240. "231 /ccedilla",
  241. "232 /egrave",
  242. "233 /eacute",
  243. "234 /ecircumflex",
  244. "235 /edieresis",
  245. "236 /igrave",
  246. "237 /iacute",
  247. "238 /icircumflex",
  248. "239 /idieresis",
  249. "240 /eth",
  250. "241 /ntilde",
  251. "242 /ograve",
  252. "243 /oacute",
  253. "244 /ocircumflex",
  254. "245 /otilde",
  255. "246 /odieresis",
  256. "247 /divide",
  257. "248 /oslash",
  258. "249 /ugrave",
  259. "250 /uacute",
  260. "251 /ucircumflex",
  261. "252 /udieresis",
  262. "253 /yacute",
  263. "254 /thorn",
  264. "255 /ydieresis"
  265. };
  266.  
  267.